home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xsnake / README < prev    next >
Internet Message Format  |  1995-05-03  |  1KB

  1. From: dave@octopus (Dave Redford)
  2. Date: Tue, 20 Apr 1993 04:05:58 GMT
  3. Newsgroups: alt.sources
  4. Subject: xsnake: AIX X-windows 2D game
  5.  
  6. Xsnake is another programme if found lying around which I thought some people 
  7. may like.
  8.  
  9. It is a simple 2D game for X-windows in which you must control the movements 
  10. of a snake around the screen in order to eat rats. As you eat more rats your
  11. tail grows longer and your score increases. Unfortunately this makes the 
  12. game more difficult becuase you must not let the snake touch anything else 
  13. on the screen.
  14.  
  15. It's based on a very old idea but I can't remember what the game was generally
  16. known as (it was probably just snake) although on the TRS80 it was knows as
  17. hussle. Warning: I find it very addictive.
  18.  
  19. Since I don't have access to anything else I'm afraid I only have this RS/6000
  20. version. Hopefully it won't be too difficult to port.
  21.  
  22. Using AIX on an RS/6000 to compile just type
  23.  
  24.     cc -xsnake.c -o xsnake -lX11
  25.  
  26. (help text is included).
  27.  
  28.     Cheers, Dave.
  29.  
  30.     dredf.lax1b@xerox.com      (simple text only)
  31.  
  32.